home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 3 / Logiciel PC - Hors-Serie 3.iso / Logs / arcade / system16 / s16079dx / ESWATBL.GCS < prev    next >
Text File  |  1998-05-23  |  2KB  |  103 lines

  1. **************************************************
  2. * SEGA 1989 | E-Swat (Bootleg)                   *
  3. **************************************************
  4.  
  5. .game E-Swat_(bootleg)
  6. .shortname eswatbl
  7. .gamenumber 7
  8.  
  9. .rompath roms\eswatbl\
  10. .zip eswatbl.zip
  11.  
  12. !REM Need_bootleg_&_original_roms
  13.  
  14. .romsize 8
  15. .romload eswat_c.rom eswat_f.rom
  16. .romload eswat_b.rom eswat_e.rom
  17. .romload eswat_a.rom eswat_d.rom
  18.  
  19. .patchcode 0x9ec 0x4e
  20. .patchcode 0x9ed 0x71
  21. .patchcode 0x9f8 0x4e
  22. .patchcode 0x9f9 0x71
  23. .patchcode 0x3897 0x11
  24.  
  25. .scrsize 128
  26. .scrload ic19.bin ic20.bin ic21.bin
  27.  
  28. .objsize 2048
  29. .objload ic9.bin ic12.bin
  30. .objload ic10.bin ic13.bin
  31. .objload ic11.bin ic14.bin
  32. *info     00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
  33. .objoffs  00 02 08 10 16 18 24 26 04 06 12 14 20 22 28 30
  34.  
  35. .define sprxoffset 388
  36.  
  37. .defram 0x40 64
  38. .defram 0x41 64
  39. .defram 0x44 64
  40. .defram 0x84 64
  41. .defram 0xC4 64
  42. .defram 0xFE 1
  43. .defram 0xFF 64
  44.  
  45. * E-SWAT EXTRA
  46. .defram 0x3E 64
  47. .defram 0xC8 64
  48.  
  49. .define txt 0x41
  50. .define vid 0x40
  51. .define io 0xC4
  52. .define spr 0x44
  53. .define pal 0x84
  54. .define soundbank 0xFE
  55.  
  56. .define iopl1 0x1003
  57. .define iopl2 0x1007
  58. .define iogen 0x1001
  59. .define iods1 0x2003
  60. .define iods2 0x2001
  61.  
  62. .define reghsfg 0x418008
  63. .define reghsbg 0x418018
  64. .define regvsfg 0x418001
  65. .define regvsbg 0x418011
  66. .define regpsfg 0x418021
  67. .define regpsbg 0x418029
  68.  
  69. .define regscract 0xc40001
  70.  
  71. .define regsplit2 0x410f00
  72. .define regsplit3 0x410f40
  73. .define regsplit0 0x410f80
  74. .define regsplit1 0x410fc0
  75. .define bglayer 0x83
  76. .define regbs 0x418031
  77.  
  78. .define dactype 0
  79.  
  80. .dup 0xc42007 0xfe0007 0xff
  81. .sound 3
  82. .samplespath samples\eswatbl\eswat_
  83. .voicerange 0x41 0x5f
  84. .sfxrange 0xa0 0xba
  85. .bgmrange 0x90 0x9a
  86. .z80load ic8.bin
  87. *.z80patch 0x20f 0xc7
  88. .ym2151
  89.  
  90. .saveextra 0x418000 0x100
  91.  
  92. .dipswitch 0x01 0 START_CREDIT 1 2 _ _ _ _ _ _
  93. .dipswitch 0x02 1 ADVERTISE_SOUND OFF ON _ _ _ _ _ _
  94. .dipswitch 0x04 2 DISPLAY_FLIP OFF ON _ _ _ _ _ _
  95. .dipswitch 0x08 3 TIME NORMAL HARD _ _ _ _ _ _
  96. .dipswitch 0x30 4 GAME_DIFFICULTY NORMAL EASY HARD HARDEST _ _ _ _
  97. .dipswitch 0xC0 6 NUMBER_OF_PLAYERS 3 4 2 1 _ _ _ _
  98.  
  99. .labeljoy SPECIAL ATTACK JUMP _ DOWN UP RIGHT LEFT
  100. .labelgen COIN_1 COIN_2 TEST SERVICE 1P_START 2P_START _ _
  101.  
  102. .end
  103.